projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a44fee3
)
; lisp/progmodes/cc-cmds.el: Comment.
author
Glenn Morris
<rgm@gnu.org>
Wed, 10 Jan 2018 18:48:20 +0000
(13:48 -0500)
committer
Glenn Morris
<rgm@gnu.org>
Wed, 10 Jan 2018 18:48:20 +0000
(13:48 -0500)
lisp/progmodes/cc-cmds.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/cc-cmds.el
b/lisp/progmodes/cc-cmds.el
index 9315ce400becf9e0ff817c9a4f7862dcd66b60dc..0c4829e103f66a66f43dd1c51a7f9f0c728cb564 100644
(file)
--- a/
lisp/progmodes/cc-cmds.el
+++ b/
lisp/progmodes/cc-cmds.el
@@
-4737,7
+4737,7
@@
If a fill prefix is specified, it overrides all the above."
(defalias 'c-comment-line-break-function 'c-indent-new-comment-line)
(make-obsolete 'c-comment-line-break-function 'c-indent-new-comment-line "21.1")
-;;
advice for indent-new-comment-line for older Emacsen
+;;
Advice for Emacsen older than 21.1 (!), released 2001/10
(unless (boundp 'comment-line-break-function)
(defvar c-inside-line-break-advice nil)
(defadvice indent-new-comment-line (around c-line-break-advice